home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr08 / whttpd14.zip / README.1ST < prev    next >
Text File  |  1995-01-27  |  2KB  |  49 lines

  1. This is Windows httpd V1.4a (27-Jan-95). All online documentation is
  2. in HTML format.
  3.  
  4. PLEASE NOTE: The server's home page is at:
  5.  
  6.   http://www.alisa.com/win-httpd/
  7.  
  8. Check in there from time to time (now is a good time!).
  9.  
  10. This supersedes the all previous versions. See the online Release Notes
  11. for more information on this release.
  12.  
  13. To Install this package
  14.  
  15. (1) Edit AUTOEXEC.BAT and add the line
  16.  
  17.       SET TZ=EST5EDT
  18.  
  19.     or whatever you would need for your timezone. The 5 in the example
  20.     is for 5 hours west of GMT. If you don't use Daylight time in your
  21.     state, omit the second 3-letter timezone abbreviation.
  22.  
  23.     ====================================================
  24.     === Reboot your system so this will take effect. ===
  25.     ====================================================
  26.  
  27. (2) Create a directory C:\HTTPD (Don't pick a different name!)
  28.  
  29. (3) Place this zipfile into the new directory
  30.  
  31.                 *************************************************************
  32. (4) Run PKUNZIP ** WITH THE -D SWITCH ** to preserve the directory structure!
  33.                 *************************************************************
  34.     You must have PKUNZIP V2.04g or later. Older versions will fail.
  35.  
  36. (5) Start your browser and open the local file "C:/HTTPD/HTDOCS/INDEX.HTM".
  37.     This will provide you with access to the online documentation.
  38.  
  39. (6) You must have a WinSock 1.1 compliant TCP/IP package available. This
  40.     does not refer to Trumpet (one of many WinSock packages), it means
  41.     that  your WinSock package must comply with the Windows Sockets
  42.     Specification, Version 1.1. Httpd checks the WinSock version
  43.     at startup.
  44.  
  45.     If you have communciation problems, add "-n" to the httpd command
  46.     line to disable all multi-threading and asynchronous I/O. If this
  47.     "fixes" the problem, you have a broken WinSock package. See the
  48.     online docs for more info.
  49.